home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
019
/
123pcjr.arc
/
JRSBINST.BAT
< prev
next >
Wrap
DOS Batch File
|
1984-06-07
|
2KB
|
35 lines
echo off
b:
cls
echo *------------------------------------------------------------------*
echo * PCjr DOS 2.10 INSTALLATION for 1-2-3 SYSTEM BACKUP DISK *
echo *------------------------------------------------------------------*
echo * TWO DISK DRIVE INSTALLATION * SINGLE DISK DRIVE INSTALLATION *
echo *------------------------------------------------------------------*
echo * Please make sure that: * Please make sure that: *
echo * * *
echo * A DOS 2.10 Disk is in Drive A. * The 1-2-3 SYSTEM BACKUP Disk is *
echo * * in the Disk Drive. *
echo * The 1-2-3 SYSTEM BACKUP Disk * *
echo * is in Drive B. * When the "Insert Disk for Drive *
echo * * A" message appears, insert the *
echo * * DOS 2.10 Disk in the Drive. *
echo * * *
echo * * When the "Insert Disk for Drive *
echo * * B" message appears, insert the *
echo * * 1-2-3 SYSTEM BACKUP Disk in the *
echo * * Drive. *
echo *------------------------------------------------------------------*
pause
echo on
a:
sys b:
copy COMMAND.COM B:/V
echo off
cls
echo DOS 2.10 installation for 1-2-3 SYSTEM BACKUP is now complete.
echo
echo .............End of DOS installation procedure................
echo on